home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / linuxcon.000 / linuxcon / linuxconf-1.6 / dnsconf / helpf.c < prev    next >
C/C++ Source or Header  |  1995-08-27  |  174b  |  10 lines

  1. #include "../misc/misc.h"
  2. #include "internal.h"
  3. #include "../paths.h"
  4.  
  5. PUBLIC DNSCONF_HELP_FILE::DNSCONF_HELP_FILE (const char *fname)
  6.     : HELP_FILE (HELP_DNSCONF,fname)
  7. {
  8. }
  9.  
  10.